\(\int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx\) [89]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (verified)
   Maple [B] (verified)
   Fricas [C] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [F]
   Giac [F(-2)]
   Mupad [F(-1)]

Optimal result

Integrand size = 33, antiderivative size = 256 \[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=\frac {2 \left (\frac {b}{a}\right )^{2/3} \sqrt {-a+b x^3}}{b \left (1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x\right )}-\frac {\sqrt [4]{3} \sqrt {2+\sqrt {3}} \left (1-\sqrt [3]{\frac {b}{a}} x\right ) \sqrt {\frac {1+\sqrt [3]{\frac {b}{a}} x+\left (\frac {b}{a}\right )^{2/3} x^2}{\left (1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x\right )^2}} E\left (\arcsin \left (\frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}\right )|-7+4 \sqrt {3}\right )}{\sqrt [3]{\frac {b}{a}} \sqrt {-\frac {1-\sqrt [3]{\frac {b}{a}} x}{\left (1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x\right )^2}} \sqrt {-a+b x^3}} \]

[Out]

2*(b/a)^(2/3)*(b*x^3-a)^(1/2)/b/(1-(b/a)^(1/3)*x-3^(1/2))-3^(1/4)*(1-(b/a)^(1/3)*x)*EllipticE((1-(b/a)^(1/3)*x
+3^(1/2))/(1-(b/a)^(1/3)*x-3^(1/2)),2*I-I*3^(1/2))*((1+(b/a)^(1/3)*x+(b/a)^(2/3)*x^2)/(1-(b/a)^(1/3)*x-3^(1/2)
)^2)^(1/2)*(1/2*6^(1/2)+1/2*2^(1/2))/(b/a)^(1/3)/(b*x^3-a)^(1/2)/((-1+(b/a)^(1/3)*x)/(1-(b/a)^(1/3)*x-3^(1/2))
^2)^(1/2)

Rubi [A] (verified)

Time = 0.07 (sec) , antiderivative size = 256, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.030, Rules used = {1893} \[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=\frac {2 \left (\frac {b}{a}\right )^{2/3} \sqrt {b x^3-a}}{b \left (x \left (-\sqrt [3]{\frac {b}{a}}\right )-\sqrt {3}+1\right )}-\frac {\sqrt [4]{3} \sqrt {2+\sqrt {3}} \left (1-x \sqrt [3]{\frac {b}{a}}\right ) \sqrt {\frac {x^2 \left (\frac {b}{a}\right )^{2/3}+x \sqrt [3]{\frac {b}{a}}+1}{\left (x \left (-\sqrt [3]{\frac {b}{a}}\right )-\sqrt {3}+1\right )^2}} E\left (\arcsin \left (\frac {-\sqrt [3]{\frac {b}{a}} x+\sqrt {3}+1}{-\sqrt [3]{\frac {b}{a}} x-\sqrt {3}+1}\right )|-7+4 \sqrt {3}\right )}{\sqrt [3]{\frac {b}{a}} \sqrt {-\frac {1-x \sqrt [3]{\frac {b}{a}}}{\left (x \left (-\sqrt [3]{\frac {b}{a}}\right )-\sqrt {3}+1\right )^2}} \sqrt {b x^3-a}} \]

[In]

Int[(1 + Sqrt[3] - (b/a)^(1/3)*x)/Sqrt[-a + b*x^3],x]

[Out]

(2*(b/a)^(2/3)*Sqrt[-a + b*x^3])/(b*(1 - Sqrt[3] - (b/a)^(1/3)*x)) - (3^(1/4)*Sqrt[2 + Sqrt[3]]*(1 - (b/a)^(1/
3)*x)*Sqrt[(1 + (b/a)^(1/3)*x + (b/a)^(2/3)*x^2)/(1 - Sqrt[3] - (b/a)^(1/3)*x)^2]*EllipticE[ArcSin[(1 + Sqrt[3
] - (b/a)^(1/3)*x)/(1 - Sqrt[3] - (b/a)^(1/3)*x)], -7 + 4*Sqrt[3]])/((b/a)^(1/3)*Sqrt[-((1 - (b/a)^(1/3)*x)/(1
 - Sqrt[3] - (b/a)^(1/3)*x)^2)]*Sqrt[-a + b*x^3])

Rule 1893

Int[((c_) + (d_.)*(x_))/Sqrt[(a_) + (b_.)*(x_)^3], x_Symbol] :> With[{r = Numer[Simplify[(1 + Sqrt[3])*(d/c)]]
, s = Denom[Simplify[(1 + Sqrt[3])*(d/c)]]}, Simp[2*d*s^3*(Sqrt[a + b*x^3]/(a*r^2*((1 - Sqrt[3])*s + r*x))), x
] + Simp[3^(1/4)*Sqrt[2 + Sqrt[3]]*d*s*(s + r*x)*(Sqrt[(s^2 - r*s*x + r^2*x^2)/((1 - Sqrt[3])*s + r*x)^2]/(r^2
*Sqrt[a + b*x^3]*Sqrt[(-s)*((s + r*x)/((1 - Sqrt[3])*s + r*x)^2)]))*EllipticE[ArcSin[((1 + Sqrt[3])*s + r*x)/(
(1 - Sqrt[3])*s + r*x)], -7 + 4*Sqrt[3]], x]] /; FreeQ[{a, b, c, d}, x] && NegQ[a] && EqQ[b*c^3 - 2*(5 + 3*Sqr
t[3])*a*d^3, 0]

Rubi steps \begin{align*} \text {integral}& = \frac {2 \left (\frac {b}{a}\right )^{2/3} \sqrt {-a+b x^3}}{b \left (1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x\right )}-\frac {\sqrt [4]{3} \sqrt {2+\sqrt {3}} \left (1-\sqrt [3]{\frac {b}{a}} x\right ) \sqrt {\frac {1+\sqrt [3]{\frac {b}{a}} x+\left (\frac {b}{a}\right )^{2/3} x^2}{\left (1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x\right )^2}} E\left (\sin ^{-1}\left (\frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}\right )|-7+4 \sqrt {3}\right )}{\sqrt [3]{\frac {b}{a}} \sqrt {-\frac {1-\sqrt [3]{\frac {b}{a}} x}{\left (1-\sqrt {3}-\sqrt [3]{\frac {b}{a}} x\right )^2}} \sqrt {-a+b x^3}} \\ \end{align*}

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 10.04 (sec) , antiderivative size = 90, normalized size of antiderivative = 0.35 \[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=-\frac {x \sqrt {1-\frac {b x^3}{a}} \left (-2 \left (1+\sqrt {3}\right ) \operatorname {Hypergeometric2F1}\left (\frac {1}{3},\frac {1}{2},\frac {4}{3},\frac {b x^3}{a}\right )+\sqrt [3]{\frac {b}{a}} x \operatorname {Hypergeometric2F1}\left (\frac {1}{2},\frac {2}{3},\frac {5}{3},\frac {b x^3}{a}\right )\right )}{2 \sqrt {-a+b x^3}} \]

[In]

Integrate[(1 + Sqrt[3] - (b/a)^(1/3)*x)/Sqrt[-a + b*x^3],x]

[Out]

-1/2*(x*Sqrt[1 - (b*x^3)/a]*(-2*(1 + Sqrt[3])*Hypergeometric2F1[1/3, 1/2, 4/3, (b*x^3)/a] + (b/a)^(1/3)*x*Hype
rgeometric2F1[1/2, 2/3, 5/3, (b*x^3)/a]))/Sqrt[-a + b*x^3]

Maple [B] (verified)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 952 vs. \(2 (211 ) = 422\).

Time = 1.67 (sec) , antiderivative size = 953, normalized size of antiderivative = 3.72

method result size
default \(\text {Expression too large to display}\) \(953\)

[In]

int((1-(b/a)^(1/3)*x+3^(1/2))/(b*x^3-a)^(1/2),x,method=_RETURNVERBOSE)

[Out]

2/3*I*3^(1/2)/b*(a*b^2)^(1/3)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3
))^(1/2)*((x-1/b*(a*b^2)^(1/3))/(-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2)*(I*(x+1/2/b*(a*b^2
)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2)/(b*x^3-a)^(1/2)*EllipticF(1/3*3^(1/2)*(-
I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2),(-I*3^(1/2)/b*(a*b^2)^(
1/3)/(-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2))+2*I/b*(a*b^2)^(1/3)*(-I*(x+1/2/b*(a*b^2)^(1/
3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2)*((x-1/b*(a*b^2)^(1/3))/(-3/2/b*(a*b^2)^(1/3)-
1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2)*(I*(x+1/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^
2)^(1/3))^(1/2)/(b*x^3-a)^(1/2)*EllipticF(1/3*3^(1/2)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3)
)*3^(1/2)*b/(a*b^2)^(1/3))^(1/2),(-I*3^(1/2)/b*(a*b^2)^(1/3)/(-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/
3)))^(1/2))-2/3*I*(b/a)^(1/3)*3^(1/2)/b*(a*b^2)^(1/3)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3)
)*3^(1/2)*b/(a*b^2)^(1/3))^(1/2)*((x-1/b*(a*b^2)^(1/3))/(-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^
(1/2)*(I*(x+1/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2)/(b*x^3-a)^(1/2)*
((-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*EllipticE(1/3*3^(1/2)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3
^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2),(-I*3^(1/2)/b*(a*b^2)^(1/3)/(-3/2/b*(a*b^2)^(1/3)-1/2*I
*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2))+1/b*(a*b^2)^(1/3)*EllipticF(1/3*3^(1/2)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(
1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2),(-I*3^(1/2)/b*(a*b^2)^(1/3)/(-3/2/b*(a*b^2)^(1/3)-1/2*I*3
^(1/2)/b*(a*b^2)^(1/3)))^(1/2)))

Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.12 (sec) , antiderivative size = 52, normalized size of antiderivative = 0.20 \[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=\frac {2 \, {\left (\sqrt {b} {\left (\sqrt {3} + 1\right )} {\rm weierstrassPInverse}\left (0, \frac {4 \, a}{b}, x\right ) + \sqrt {b} \left (\frac {b}{a}\right )^{\frac {1}{3}} {\rm weierstrassZeta}\left (0, \frac {4 \, a}{b}, {\rm weierstrassPInverse}\left (0, \frac {4 \, a}{b}, x\right )\right )\right )}}{b} \]

[In]

integrate((1-(b/a)^(1/3)*x+3^(1/2))/(b*x^3-a)^(1/2),x, algorithm="fricas")

[Out]

2*(sqrt(b)*(sqrt(3) + 1)*weierstrassPInverse(0, 4*a/b, x) + sqrt(b)*(b/a)^(1/3)*weierstrassZeta(0, 4*a/b, weie
rstrassPInverse(0, 4*a/b, x)))/b

Sympy [A] (verification not implemented)

Time = 1.40 (sec) , antiderivative size = 114, normalized size of antiderivative = 0.45 \[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=\frac {i x^{2} \sqrt [3]{\frac {b}{a}} \Gamma \left (\frac {2}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{2}, \frac {2}{3} \\ \frac {5}{3} \end {matrix}\middle | {\frac {b x^{3}}{a}} \right )}}{3 \sqrt {a} \Gamma \left (\frac {5}{3}\right )} - \frac {\sqrt {3} i x \Gamma \left (\frac {1}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{3}, \frac {1}{2} \\ \frac {4}{3} \end {matrix}\middle | {\frac {b x^{3}}{a}} \right )}}{3 \sqrt {a} \Gamma \left (\frac {4}{3}\right )} - \frac {i x \Gamma \left (\frac {1}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{3}, \frac {1}{2} \\ \frac {4}{3} \end {matrix}\middle | {\frac {b x^{3}}{a}} \right )}}{3 \sqrt {a} \Gamma \left (\frac {4}{3}\right )} \]

[In]

integrate((1-(b/a)**(1/3)*x+3**(1/2))/(b*x**3-a)**(1/2),x)

[Out]

I*x**2*(b/a)**(1/3)*gamma(2/3)*hyper((1/2, 2/3), (5/3,), b*x**3/a)/(3*sqrt(a)*gamma(5/3)) - sqrt(3)*I*x*gamma(
1/3)*hyper((1/3, 1/2), (4/3,), b*x**3/a)/(3*sqrt(a)*gamma(4/3)) - I*x*gamma(1/3)*hyper((1/3, 1/2), (4/3,), b*x
**3/a)/(3*sqrt(a)*gamma(4/3))

Maxima [F]

\[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=\int { -\frac {x \left (\frac {b}{a}\right )^{\frac {1}{3}} - \sqrt {3} - 1}{\sqrt {b x^{3} - a}} \,d x } \]

[In]

integrate((1-(b/a)^(1/3)*x+3^(1/2))/(b*x^3-a)^(1/2),x, algorithm="maxima")

[Out]

-integrate((x*(b/a)^(1/3) - sqrt(3) - 1)/sqrt(b*x^3 - a), x)

Giac [F(-2)]

Exception generated. \[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((1-(b/a)^(1/3)*x+3^(1/2))/(b*x^3-a)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> an error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:sym2poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Valuesym2poly/r2sym(c
onst gen &

Mupad [F(-1)]

Timed out. \[ \int \frac {1+\sqrt {3}-\sqrt [3]{\frac {b}{a}} x}{\sqrt {-a+b x^3}} \, dx=\int \frac {\sqrt {3}-x\,{\left (\frac {b}{a}\right )}^{1/3}+1}{\sqrt {b\,x^3-a}} \,d x \]

[In]

int((3^(1/2) - x*(b/a)^(1/3) + 1)/(b*x^3 - a)^(1/2),x)

[Out]

int((3^(1/2) - x*(b/a)^(1/3) + 1)/(b*x^3 - a)^(1/2), x)